home *** CD-ROM | disk | FTP | other *** search
- <html><body>
- Dear [%if sex='m']Mr.[%elseif sex='f']Mrs.[%else]Mr./Mrs.[%endif] [lastname],
- <p>
-
- <!-- ************************************************************************
- * Comment:
- *
- * This template works only if you have the table columns "sex" and "lastname"
- * in you member's table, with the "sex" column contaiing the values "m" for
- * men, and "f" for women, respectively.
- *
- * This template addresses men with "Dear Mr. xxx", women with "Dear Mrs. xxx",
- * and undefined sexes with "Dear Mr./Mrs. xxx".
- *
- * Please delete this comment in your mail!!!
- ************************************************************************ -->
-
- <p>
- Best regards,<br>
- - .............
- </body></html>